home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / cbv226.zip / QBBSBAT2.TXT < prev    next >
Text File  |  1990-06-01  |  676b  |  44 lines

  1. @echo off
  2. rem Remove the @ if you're not running DOS 3.3 or later.
  3. rem QuickBBS batch file incorporating CBV for networked systems
  4.  
  5. :start
  6. mailer
  7. if errorlevel 24 goto 2400
  8. if errorlevel 12 goto 1200
  9. if errorlevel 3 goto 300
  10. if errorlevel 1 goto local
  11. goto quit
  12.  
  13. :2400
  14. quickbbs -b2400 -e0
  15. if errorlevel 10 goto cbv
  16. goto start
  17.  
  18. :1200
  19. quickbbs -b1200 -e0
  20. if errorlevel 10 goto cbv
  21. goto start
  22.  
  23. :300
  24. quickbbs -b300 -e0
  25. if errorlevel 10 goto cbv
  26. goto start
  27.  
  28. :local
  29. quickbbs -l -e0
  30. if errorlevel 10 goto cbv
  31. goto start
  32.  
  33. :restart
  34. quickbbs -r -e0
  35. if errorlevel 10 goto cbv
  36. goto start
  37.  
  38. :cbv
  39. cbv
  40. if errorlevel 1 goto restart
  41. goto start
  42.  
  43. :quit
  44.